-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: update sdk-zephyr and nrfx #24846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest: update sdk-zephyr and nrfx #24846
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a7f0e3feae759187726d45a71e2a61871795f122 more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (438)Outputs:ToolchainVersion: 2b2cd9579a Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
900a00d to
ade3b0b
Compare
6274cb3 to
7b8628d
Compare
7cc0e1b to
9bd4529
Compare
34bcf8e to
bacd9e9
Compare
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug.uart[nrf54l15dk/nrf54l15/cpuapp]: ROM size increased by 968[B] in comparison to the main[b45d4d1] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-24846/25) |
The sdc_support_* functions will soon be updated to return void. This is a temporary change to support both APIs until the new SDC support API has made its way to nrfxlib. Signed-off-by: Vegard Gulaker <[email protected]>
SDC_USE_NEW_SDC_SUPPORT_API: The sdc_support_* API that returns void is now in use in nrfxlib. So there is no need to support the old API. SDC_USE_NEW_MEM_API: This was added in d53b155 and should have been removed a long time ago. Signed-off-by: Vegard Gulaker <[email protected]>
This API call is no longer needed. It has been a no-op for a long period of time. Signed-off-by: Rubin Gerritsen <[email protected]>
bacd9e9 to
ad0dd22
Compare
b82d3ae to
1d8464a
Compare
With changes in include paths. Signed-off-by: Marcin Szymczyk <[email protected]>
Include nrfx instead of MDK. Signed-off-by: Marcin Szymczyk <[email protected]>
It was split into mpsl_dppi. Signed-off-by: Marcin Szymczyk <[email protected]>
Until TF-M is fixed. Signed-off-by: Marcin Szymczyk <[email protected]>
mcuboot needs to be aligned to nrfx 4.0 Signed-off-by: Marcin Szymczyk <[email protected]>
`nrfx_grtc_syscounter_get()` does not take a pointer anymore. Signed-off-by: Marcin Szymczyk <[email protected]>
1d8464a to
a7f0e3f
Compare
1a32b39
into
nrfconnect:collab-nrfx-4.0
With changes in include paths.
test-sdk-nrf: collab-nrfx-4.0